Get, create, or update a negotiation in which you are the vendor and the shipment's customer_freight_authority is the customer. Only available to companies that are already assigned as a vendor to that customer.

SecurityAuthToken
Request
path Parameters
shipmentId
required
string <uuid>

The id of the shipment

Request Body schema: application/json
required
carrier_status
string or null
Enum: "ACTIVE" "INACTIVE" "DO_NOT_USE"
closed_by_customer_at
string or null <date-time>
closed_by_vendor_at
string or null <date-time>
created_at
string or null <date-time>
object (SlimCompany)
id
string or null <uuid>
required
Array of objects (User)
required
Array of objects (User)
is_most_recent_winner
boolean
message_count
integer or null
Array of objects (Quote)

Optional list of quotes included on this spot negotiation

updated_at
string or null <date-time>
object (SlimCompany)
Responses
200

The customer SpotNegotiation

Response Schema: application/json
carrier_status
string or null
Enum: "ACTIVE" "INACTIVE" "DO_NOT_USE"
closed_by_customer_at
string or null <date-time>
closed_by_vendor_at
string or null <date-time>
created_at
string or null <date-time>
object (SlimCompany)
id
string or null <uuid>
required
Array of objects (User)
required
Array of objects (User)
is_most_recent_winner
boolean
message_count
integer or null
Array of objects (Quote)

Optional list of quotes included on this spot negotiation

updated_at
string or null <date-time>
object (SlimCompany)
default

Default error response

post/quoting/spotnegotiations/shipments/{shipmentId}/spot-negotiations/customer-negotiation/
Request samples
application/json
{
  • "carrier_status": "ACTIVE",
  • "closed_by_customer_at": "2019-08-24T14:15:22Z",
  • "closed_by_vendor_at": "2019-08-24T14:15:22Z",
  • "created_at": "2019-08-24T14:15:22Z",
  • "customer": {
    },
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "involved_customer_users": [
    ],
  • "involved_vendor_users": [
    ],
  • "is_most_recent_winner": true,
  • "message_count": 0,
  • "quotes": [
    ],
  • "updated_at": "2019-08-24T14:15:22Z",
  • "vendor": {
    }
}
Response samples
application/json
{
  • "carrier_status": "ACTIVE",
  • "closed_by_customer_at": "2019-08-24T14:15:22Z",
  • "closed_by_vendor_at": "2019-08-24T14:15:22Z",
  • "created_at": "2019-08-24T14:15:22Z",
  • "customer": {
    },
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "involved_customer_users": [
    ],
  • "involved_vendor_users": [
    ],
  • "is_most_recent_winner": true,
  • "message_count": 0,
  • "quotes": [
    ],
  • "updated_at": "2019-08-24T14:15:22Z",
  • "vendor": {
    }
}
Copyright © Shipwell 2024. All right reserved.